home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / nwlite / faxdoc.exe / 2558.TXT < prev    next >
Text File  |  1993-06-18  |  7KB  |  153 lines

  1.  
  2.  
  3.                                FYI
  4.  
  5. (Note: The origin of this information may be internal or external
  6. to Novell.  Novell makes every effort within its means to verify
  7. this information.  However, the information provided in this
  8. document is FOR YOUR INFORMATION only.  Novell makes no explicit
  9. or implied claims to the validity of this information.)
  10.  
  11.           TITLE:    PC-SUPPORT, PC-AS/400, PC-3270, or Other LAN
  12.                     Support Programs (LSP), or LSP from IBM with
  13.                     NetWare Lite v1.1
  14.    DOCUMENT ID#:    FYI.P.6142
  15.            DATE:    09JUN93
  16.         PRODUCT:    NetWare Lite
  17. PRODUCT VERSION:    v1.1
  18.      SUPERSEDES:    NA
  19.  LITE FAX DOC #:    2558
  20.  
  21. SYMPTOM
  22.  
  23.      NA
  24.  
  25. ISSUE/PROBLEM
  26.  
  27.      This configuration has not been officially tested, so it
  28.      cannot and will not be supported by Novell.  This
  29.      information is being presented as a "try at your own risk
  30.      document" and no further support for this document or
  31.      configuration will be given by Novell.
  32.  
  33.      The biggest problem that users of NetWare Lite v1.1 run into
  34.      while running NetWare Lite and a mini-computer or mainframe
  35.      access program is that these access programs are CPU hogs. 
  36.      They require and use all CPU cycles of the PC.  This causes
  37.      the server piece of NetWare Lite to be suspended until the
  38.      access program is exited.  The result of this suspension is
  39.      that all the other users on the NetWare Lite network appear
  40.      to have hung, and sometimes even the server machine itself
  41.      hangs.  After the access program is exited and the server
  42.      can again get CPU cycles, the other users can continue
  43.      unhindered.
  44.  
  45.      Another problem seen when a machine with server running with
  46.      an access program is that all print jobs being sent by other
  47.      users will get stuck in the print queue and will not get
  48.      printed automatically.  They would need to be released
  49.      manually one by one.
  50.  
  51. SOLUTION
  52.  
  53.      Novell does not recommend running SERVER.EXE on a machine
  54.      that one of these access programs is going to be used
  55.      because of the "CPU hog" symptom discussed above.
  56.  
  57.      The preferred setup is to have the machine that is going to
  58.      run SERVER.EXE be a machine that is not used with an access
  59.      program and could just support the NetWare Lite network. 
  60.      Then all other machines should be set up as client-only
  61.      systems.  The configuration of one server, not using an
  62.      access program, and all other machines running as clients
  63.  
  64.  
  65.      would allow the access of NetWare Lite services and the use
  66.      of an access program without affecting any one else on the
  67.      network.
  68.  
  69.      If NetWare Lite v1.1 is going to be used with a
  70.      mini-computer or mainframe access program, the following
  71.      issue needs to be addressed:
  72.  
  73.      "Is the network board that will be used for NetWare Lite
  74.      v1.1 the same network board being used to access the
  75.      mini-computer or mainframe?"
  76.  
  77.      If there is a separate board in the machine attached to the
  78.      mini-computer or mainframe, then no special configuration
  79.      would be necessary, except for a potential problem of an
  80.      interrupt conflict between that board and the network board
  81.      being used by NetWare Lite.
  82.  
  83.      However, if the network board in the machine is going to be
  84.      used to access a mini-computer or mainframe and NetWare Lite
  85.      v1.1, then the following changes must be made.  The
  86.      following changes are specific to IBM LAN Support Programs
  87.      like PC/support, AS/400, and 3270.
  88.  
  89.      ■    The CONFIG.SYS should be set up with one of the
  90.           following two network board driver options.  These LSP
  91.           drivers should be v1.25 or greater.
  92.  
  93.           Option 1:  Token-Ring network board
  94.  
  95.                DEVICE=DXMA0MOD.SYS
  96.                DEVICE=DXMC0MOD.SYS (These two drivers are for
  97.                                    Token-Ring.)
  98.  
  99.           Option 2:  Ethernet network board
  100.  
  101.                DEVICE=DXMA0MOD.SYS
  102.                DEVICE=DXME0MOD.SYS (These two drivers are for
  103.                                    Ethernet.)
  104.  
  105.           If a device with the .DOS extension is in the
  106.           CONFIG.SYS, disable it by using REM.
  107.  
  108.      ■    The NetWare Lite STARTNET.BAT should be set up as
  109.           follows for both Token-Ring and Ethernet:
  110.  
  111.           Old STARTNET.BAT              New STARTNET.BAT
  112.           ________________              ________________
  113.           LSL                           LSL
  114.           TOKEN.COM or NE2000.COM       LANSUP.COM
  115.           IPXODI A                      IPXODI A
  116.           CLIENT                        CLIENT
  117.  
  118.      NetWare Lite uses the Novell standard of ODI (Open Data-Link
  119.      Interface) drivers.  These ODI drivers replace the old
  120.      IPX.COM. NETX.COM is still used with the ODI drivers to
  121.      allow the NetWare Lite server or client connectivity to
  122.      NetWare 2.x, 3.x, and 4.x.  The ODI drivers include LSL.COM,
  123.      (the Link Support Layer), TOKEN.COM, NE2000.COM, or other
  124.      board drivers, (the network board driver), and IPXODI.COM
  125.  
  126.  
  127.      (the IPX protocol stack).
  128.  
  129.      LANSUP.COM is not a network driver; however, it does replace
  130.      TOKEN.COM or NE2000.COM, which are network drivers.  LANSUP
  131.      supports the DXMA0MOD.SYS, DXMC0MOD.SYS (Token Ring), or
  132.      DXMA0MOD.SYS, and DXME0MOD.SYS (Ethernet), which are the
  133.      network drivers provided by LSP, PC-SUPPORT, PC-3270, and
  134.      PC-AS/400 programs.  These drivers are loaded in the
  135.      CONFIG.SYS file during the booting process.  LANSUP provides
  136.      an interface between the Token-Ring or Ethernet drivers that
  137.      come with LSP, PC-SUPPORT, PC-3270, or PC-AS/400 programs
  138.      and the Novell IPX protocol stack.  LANSUP also provides the
  139.      sharing of network board drivers thus allowing NetWare Lite
  140.      to work with these LSP programs in client mode.
  141.  
  142.      LANSUP.COM can be obtained by downloading DOSUP7.ZIP from
  143.      NetWire or the Novell DSG BBS in the NOVELL CLIENT library. 
  144.      The Novell DSG BBS number is (408)649-3696 for 9600 baud and
  145.      (408)649-3443 for 2400 baud.
  146.  
  147.      The last issue that must be addressed is the use of the LSP
  148.      driver called DXMT0MOD.SYS, which is NetBIOS.  NetWare Lite
  149.      also comes with a NetBIOS.COM, which is completely
  150.      compatible as a DXMT0MOD.SYS replacement for running NetBIOS
  151.      applications.  Only one or the other should be used on all
  152.      workstations that need NetBIOS functionality.
  153.